home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
act7
/
00655.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-28
|
187 b
|
13 lines
on exitFrame
global game7level
if the soundBusy of 1 then
go(the frame)
else
if game7level < 3 then
go("intro3a")
else
go("intro3b")
end if
end if
end